home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / scriptdef / Add to Favorites.sd next >
INI File  |  2004-06-28  |  876b  |  42 lines

  1. [SUBJECT]
  2. Description=Add to favorites Script
  3. ImageIndex=1
  4. Folder=Tools
  5.  
  6. [HEAD_TEXT]
  7. ;<script language="JavaScript1.2">
  8. ;
  9. ;/*
  10. ;Add-to-favorites Script
  11. ;Created by David Gardner (toolmandav@geocities.com)
  12. ;No warranty of any kind comes with this script!
  13. ;Permission granted to Dynamic Drive (http://dynamicdrive.com)
  14. ;to post and feature this script on their DHTML archive
  15. ;*/
  16. ;
  17. ;//configure the two variables below to match yoursite's own info
  18. ;var bookmarkurl="`bookmark_url`";
  19. ;var bookmarktitle="`bookmark_title`";
  20. ;
  21. ;function addbookmark(){
  22. ;if (document.all)
  23. ;window.external.AddFavorite(bookmarkurl,bookmarktitle);
  24. ;}
  25. ;
  26. ;</script>
  27.  
  28.  
  29. [BODY_TEXT]
  30. ;<a href="javascript:addbookmark()">Bookmark this site!</a>
  31.  
  32.  
  33. [`bookmark_url`]
  34. Kind=U
  35. Value=http://dynamicdrive.com
  36.  
  37.  
  38. [`bookmark_title`]
  39. Kind=S
  40. Value=Dynamic Drive DHTML Code Library
  41.  
  42.